Hip_D3D11_Texture

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

bind
void bind(int slot)

Avoids rebinding to the same sl

getBackendHandle
IHipTexture getBackendHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSuccessfullyLoaded
bool hasSuccessfullyLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadImpl
bool loadImpl(IImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextureFilter
void setTextureFilter(TextureFilter mag, TextureFilter min)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrapMode
void setWrapMode(TextureWrapMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
updateSamplerState
void updateSamplerState()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

borderColor
float[4] borderColor;
Undocumented in source.
filter
int filter;
height
int height;
Undocumented in source.
resource
ID3D11ShaderResourceView resource;
Undocumented in source.
sampler
ID3D11SamplerState sampler;
Undocumented in source.
slotsBound
bool[] slotsBound;
Undocumented in source.
texture
ID3D11Texture2D texture;
Undocumented in source.
width
int width;
Undocumented in source.
wrap
int wrap;
Undocumented in source.

Meta